pluginId

@get:Input
@get:Optional
abstract val pluginId: Property<String>

A unique identifier of the plugin. It should be a fully qualified name similar to Java packages and must not collide with the ID of existing plugins. The ID is a technical value used to identify the plugin in the IDE and JetBrains Marketplace. Please use characters, numbers, and ./-/_ symbols only and keep it reasonably short.

The provided value will be set as a value of the <id> element.

Default value: IntelliJPlatformExtension.PluginConfiguration.id

See also